home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 December / DPPCPRO1205.ISO / PCPro.exe / PCPro.dxr / Movie Scripts_1_Flash Event Intercepts.ls < prev    next >
Encoding:
Text File  |  2005-05-20  |  222 b   |  14 lines

  1. on exit
  2.   _player.quit()
  3. end
  4.  
  5. on continue
  6.   go(1, getVolume() & "assets\interface\main")
  7. end
  8.  
  9. on getVolume
  10.   splitPosn = offset("\", the moviePath)
  11.   volumeName = (the moviePath).char[1..splitPosn]
  12.   return volumeName
  13. end
  14.